Skip to content

chore(deps): update dtolnay/rust-toolchain digest to c758e63#450

Merged
bors[bot] merged 1 commit intomasterfrom
renovate/dtolnay-rust-toolchain-digest
Feb 1, 2023
Merged

chore(deps): update dtolnay/rust-toolchain digest to c758e63#450
bors[bot] merged 1 commit intomasterfrom
renovate/dtolnay-rust-toolchain-digest

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jan 31, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
dtolnay/rust-toolchain action digest ce8f658 -> c758e63

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate Bot requested review from a team and kilpatty as code owners January 31, 2023 20:26
@renovate renovate Bot added the auto-update label Jan 31, 2023
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jan 31, 2023

🤠 Cargo bloat for toolchain stable-x86_64-unknown-linux-gnu 🤠

@@ Size breakdown @@

Size       2.09 MB
Text size  2.09 MB
Size difference per crate

Note: The numbers below are not 100% accurate, use them as a rough estimate.

@@ Breakdown per crate @@

- (http) <http::header::value::HeaderValue as core::convert::From<usize>...  384 B
- (http) <http::method::Method as core::fmt::Display>::fmt                   258 B
- (tokio) tokio::runtime::scheduler::multi_thread::MultiThread::block_on     247 B
- (stratum_server) <&mut T as core::fmt::Debug>::fmt                         83 B
- (std) core::ptr::drop_in_place<bytes::bytes::Shared>                       55 B
- (http) http::header::map::HeaderMap::new                                   48 B
- (bytes) <bytes::bytes::Bytes as core::convert::From<&str>>::from           30 B
- (tower_http) tower_http::cors::allow_origin::AllowOrigin::exact            26 B
- (tokio) core::ptr::drop_in_place<core::option::Option<mio::net::uds::s...  14 B
- (stratum_server) <serde_path_to_error::Error<E> as core::error::Error>...  12 B
- (tokio) tokio::sync::task::atomic_waker::AtomicWaker::new                  11 B
- (axum_core) <axum_core::error::Error as core::error::Error>::source        8 B
- (tower) tower::builder::ServiceBuilder<tower_layer::identity::Identity...  6 B
- (tokio) core::ptr::drop_in_place<core::iter::adapters::map::map_fold<u...  4 B
- (tokio) tokio::loom::std::atomic_usize::AtomicUsize::new                   4 B
- (tokio) tokio::runtime::task::raw::RawTask::header                         4 B
- (tokio) core::error::Error::cause                                          3 B
- (tokio) tokio::sync::watch::state::Version::initial                        3 B
- (stratum_server) <alloc::boxed::Box<T> as core::error::Error>::source      3 B
- (tokio) core::ptr::drop_in_place<&tokio::loom::std::parking_lot::Mutex...  1 B
- (tokio) tokio::runtime::metrics::mock::MetricsBatch::incr_steal_operat...  1 B
- (tokio) core::ptr::drop_in_place<&std::process::Child>                     1 B
- (tokio) core::ptr::drop_in_place<core::cell::BorrowMutError>               1 B
- (hyper) core::ptr::drop_in_place<core::cell::BorrowMutError>               1 B
- (stratum_server) core::ptr::drop_in_place<&u128>                           1 B
- (stratum_server) stratum_server::server::init_metrics_recorder             1 B
- (stratum_server) core::ptr::drop_in_place<http::header::value::Invalid...  1 B
- (std) core::ptr::drop_in_place<serde::de::impls::StringVisitor>            1 B
- (std) core::ptr::drop_in_place<tracing_subscriber::fmt::format::Defaul...  1 B
Dependency tree
@@ Dependency tree @@
Count: 217

  ├─ async-trait v0.1.64 (proc-macro)
  │  ├─ proc-macro2 v1.0.50
  │  │  └─ unicode-ident v1.0.6
  │  ├─ quote v1.0.23
  │  │  └─ proc-macro2 v1.0.50 
  │  └─ syn v1.0.107
  │     ├─ proc-macro2 v1.0.50 
  │     ├─ quote v1.0.23 
  │     └─ unicode-ident v1.0.6
  ├─ axum v0.6.4
  │  ├─ async-trait v0.1.64 (proc-macro) 
  │  ├─ axum-core v0.3.2
  │  │  ├─ async-trait v0.1.64 (proc-macro) 
- │  │  ├─ bytes v1.3.0
+ │  │  ├─ bytes v1.4.0
  │  │  ├─ futures-util v0.3.26
  │  │  │  ├─ futures-channel v0.3.26
  │  │  │  │  ├─ futures-core v0.3.26
  │  │  │  │  └─ futures-sink v0.3.26
  │  │  │  ├─ futures-core v0.3.26
  │  │  │  ├─ futures-io v0.3.26
  │  │  │  ├─ futures-macro v0.3.26 (proc-macro)
  │  │  │  │  ├─ proc-macro2 v1.0.50 
  │  │  │  │  ├─ quote v1.0.23 
  │  │  │  │  └─ syn v1.0.107 
  │  │  │  ├─ futures-sink v0.3.26
  │  │  │  ├─ futures-task v0.3.26
  │  │  │  ├─ memchr v2.5.0
  │  │  │  ├─ pin-project-lite v0.2.9
  │  │  │  ├─ pin-utils v0.1.0
  │  │  │  └─ slab v0.4.7
  │  │  │     └─ autocfg v1.1.0
  │  │  ├─ http v0.2.8
- │  │  │  ├─ bytes v1.3.0
+ │  │  │  ├─ bytes v1.4.0
  │  │  │  ├─ fnv v1.0.7
  │  │  │  └─ itoa v1.0.5
  │  │  ├─ http-body v0.4.5
- │  │  │  ├─ bytes v1.3.0
+ │  │  │  ├─ bytes v1.4.0
  │  │  │  ├─ http v0.2.8 
  │  │  │  └─ pin-project-lite v0.2.9
  │  │  ├─ mime v0.3.16
  │  │  ├─ tower-layer v0.3.2
  │  │  ├─ tower-service v0.3.2
  │  │  └─ rustversion v1.0.11 (proc-macro)
  │  ├─ bitflags v1.3.2
- │  ├─ bytes v1.3.0
+ │  ├─ bytes v1.4.0
  │  ├─ futures-util v0.3.26 
  │  ├─ http v0.2.8 
  │  ├─ http-body v0.4.5 
  │  ├─ hyper v0.14.23
- │  │  ├─ bytes v1.3.0
+ │  │  ├─ bytes v1.4.0
  │  │  ├─ futures-channel v0.3.26 
  │  │  ├─ futures-core v0.3.26
  │  │  ├─ futures-util v0.3.26 
  │  │  ├─ http v0.2.8 
  │  │  ├─ http-body v0.4.5 
  │  │  ├─ httparse v1.8.0
  │  │  ├─ httpdate v1.0.2
  │  │  ├─ itoa v1.0.5
  │  │  ├─ pin-project-lite v0.2.9
  │  │  ├─ socket2 v0.4.7
  │  │  │  └─ libc v0.2.139
  │  │  ├─ tokio v1.25.0
- │  │  │  ├─ bytes v1.3.0
+ │  │  │  ├─ bytes v1.4.0
  │  │  │  ├─ libc v0.2.139
  │  │  │  ├─ memchr v2.5.0
  │  │  │  ├─ mio v0.8.5
  │  │  │  │  ├─ libc v0.2.139
  │  │  │  │  └─ log v0.4.17
  │  │  │  │     └─ cfg-if v1.0.0
  │  │  │  ├─ num_cpus v1.15.0
  │  │  │  │  └─ libc v0.2.139
  │  │  │  ├─ parking_lot v0.12.1
  │  │  │  │  ├─ lock_api v0.4.9
  │  │  │  │  │  ├─ scopeguard v1.1.0
  │  │  │  │  │  └─ autocfg v1.1.0
  │  │  │  │  └─ parking_lot_core v0.9.6
  │  │  │  │     ├─ cfg-if v1.0.0
  │  │  │  │     ├─ libc v0.2.139
  │  │  │  │     └─ smallvec v1.10.0
  │  │  │  ├─ pin-project-lite v0.2.9
  │  │  │  ├─ signal-hook-registry v1.4.0
  │  │  │  │  └─ libc v0.2.139
  │  │  │  ├─ socket2 v0.4.7 
  │  │  │  ├─ tokio-macros v1.8.2 (proc-macro)
  │  │  │  │  ├─ proc-macro2 v1.0.50 
  │  │  │  │  ├─ quote v1.0.23 
  │  │  │  │  └─ syn v1.0.107 
  │  │  │  └─ autocfg v1.1.0
  │  │  ├─ tower-service v0.3.2
  │  │  ├─ tracing v0.1.37
  │  │  │  ├─ cfg-if v1.0.0
  │  │  │  ├─ log v0.4.17 
  │  │  │  ├─ pin-project-lite v0.2.9
  │  │  │  ├─ tracing-attributes v0.1.23 (proc-macro)
  │  │  │  │  ├─ proc-macro2 v1.0.50 
  │  │  │  │  ├─ quote v1.0.23 
  │  │  │  │  └─ syn v1.0.107 
  │  │  │  └─ tracing-core v0.1.30
  │  │  │     └─ once_cell v1.17.0
  │  │  └─ want v0.3.0
  │  │     ├─ log v0.4.17 
  │  │     └─ try-lock v0.2.4
  │  ├─ itoa v1.0.5
  │  ├─ matchit v0.7.0
  │  ├─ memchr v2.5.0
  │  ├─ mime v0.3.16
  │  ├─ percent-encoding v2.2.0
  │  ├─ pin-project-lite v0.2.9
  │  ├─ serde v1.0.152
  │  │  └─ serde_derive v1.0.152 (proc-macro)
  │  │     ├─ proc-macro2 v1.0.50 
  │  │     ├─ quote v1.0.23 
  │  │     └─ syn v1.0.107 
  │  ├─ serde_json v1.0.91
  │  │  ├─ itoa v1.0.5
  │  │  ├─ ryu v1.0.12
  │  │  └─ serde v1.0.152 
  │  ├─ serde_path_to_error v0.1.9
  │  │  └─ serde v1.0.152 
  │  ├─ serde_urlencoded v0.7.1
  │  │  ├─ form_urlencoded v1.1.0
  │  │  │  └─ percent-encoding v2.2.0
  │  │  ├─ itoa v1.0.5
  │  │  ├─ ryu v1.0.12
  │  │  └─ serde v1.0.152 
  │  ├─ sync_wrapper v0.1.1
  │  ├─ tokio v1.25.0 
  │  ├─ tower v0.4.13
  │  │  ├─ futures-core v0.3.26
  │  │  ├─ futures-util v0.3.26 
  │  │  ├─ pin-project v1.0.12
  │  │  │  └─ pin-project-internal v1.0.12 (proc-macro)
  │  │  │     ├─ proc-macro2 v1.0.50 
  │  │  │     ├─ quote v1.0.23 
  │  │  │     └─ syn v1.0.107 
  │  │  ├─ pin-project-lite v0.2.9
  │  │  ├─ tokio v1.25.0 
  │  │  ├─ tower-layer v0.3.2
  │  │  ├─ tower-service v0.3.2
  │  │  └─ tracing v0.1.37 
  │  ├─ tower-http v0.3.5
  │  │  ├─ bitflags v1.3.2
- │  │  ├─ bytes v1.3.0
+ │  │  ├─ bytes v1.4.0
  │  │  ├─ futures-core v0.3.26
  │  │  ├─ futures-util v0.3.26 
  │  │  ├─ http v0.2.8 
  │  │  ├─ http-body v0.4.5 
  │  │  ├─ http-range-header v0.3.0
  │  │  ├─ pin-project-lite v0.2.9
  │  │  ├─ tower v0.4.13 
  │  │  ├─ tower-layer v0.3.2
  │  │  └─ tower-service v0.3.2
  │  ├─ tower-layer v0.3.2
  │  ├─ tower-service v0.3.2
  │  └─ rustversion v1.0.11 (proc-macro)
  ├─ bit-set v0.5.3
  │  └─ bit-vec v0.6.3
- ├─ bytes v1.3.0
+ ├─ bytes v1.4.0
  ├─ dashmap v5.4.0
  │  ├─ cfg-if v1.0.0
  │  ├─ hashbrown v0.12.3
  │  ├─ lock_api v0.4.9 
  │  ├─ once_cell v1.17.0
  │  └─ parking_lot_core v0.9.6 
  ├─ extended-primitives v0.3.8
  │  ├─ encodings v0.1.0
  │  └─ thiserror v1.0.38
  │     └─ thiserror-impl v1.0.38 (proc-macro)
  │        ├─ proc-macro2 v1.0.50 
  │        ├─ quote v1.0.23 
  │        └─ syn v1.0.107 
  ├─ futures v0.3.26
  │  ├─ futures-channel v0.3.26 
  │  ├─ futures-core v0.3.26
  │  ├─ futures-executor v0.3.26
  │  │  ├─ futures-core v0.3.26
  │  │  ├─ futures-task v0.3.26
  │  │  └─ futures-util v0.3.26 
  │  ├─ futures-io v0.3.26
  │  ├─ futures-sink v0.3.26
  │  ├─ futures-task v0.3.26
  │  └─ futures-util v0.3.26 
  ├─ hyper v0.14.23 
  ├─ parking_lot v0.12.1 
  ├─ rlimit v0.9.1
  │  └─ libc v0.2.139
  ├─ serde v1.0.152 
  ├─ serde_json v1.0.91 
  ├─ signal-hook v0.3.14
  │  ├─ libc v0.2.139
  │  └─ signal-hook-registry v1.4.0 
  ├─ signal-hook-tokio v0.3.1
  │  ├─ futures-core v0.3.26
  │  ├─ libc v0.2.139
  │  ├─ signal-hook v0.3.14 
  │  └─ tokio v1.25.0 
  ├─ thiserror v1.0.38 
  ├─ tokio v1.25.0 
  ├─ tokio-stream v0.1.11
  │  ├─ futures-core v0.3.26
  │  ├─ pin-project-lite v0.2.9
  │  └─ tokio v1.25.0 
  ├─ tokio-util v0.7.4
- │  ├─ bytes v1.3.0
+ │  ├─ bytes v1.4.0
  │  ├─ futures-core v0.3.26
  │  ├─ futures-sink v0.3.26
  │  ├─ pin-project-lite v0.2.9
  │  ├─ slab v0.4.7 
  │  └─ tokio v1.25.0 
  ├─ tower-http v0.3.5 
  ├─ tracing v0.1.37 
  └─ uuid v1.2.2
     ├─ getrandom v0.2.8
     │  ├─ cfg-if v1.0.0
     │  └─ libc v0.2.139
     └─ serde v1.0.152 

Commit: af7ef12 (Compare with baseline commit)

@renovate renovate Bot changed the title chore(deps): update dtolnay/rust-toolchain digest to d7bc4da chore(deps): update dtolnay/rust-toolchain digest to c758e63 Feb 1, 2023
@renovate renovate Bot force-pushed the renovate/dtolnay-rust-toolchain-digest branch from cbfb996 to 3603cc1 Compare February 1, 2023 01:18
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Feb 1, 2023

bors: r+

@bors
Copy link
Copy Markdown
Contributor

bors Bot commented Feb 1, 2023

Build succeeded:

@bors bors Bot merged commit cba8ffd into master Feb 1, 2023
@bors bors Bot deleted the renovate/dtolnay-rust-toolchain-digest branch February 1, 2023 01:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants